Skip to content

Conversation

@rpallares
Copy link

@rpallares rpallares commented May 20, 2025

Issues

Description

Remove any Http method validation in DataServiceContext.ValidateExecuteParameters to allow using valid PUT and PATCH methods.
These methods can be necessary to extend the client and use Individual Property update.

Checklist (Uncheck if it is not completed)

  • Test cases added
  • Build and test with one-click build and test script passed

Additional work necessary

  1. May be an issue to have a full individual property support could be nice
  2. Do the same change on release-8.x branch

@rpallares rpallares changed the base branch from main to release-7.x May 20, 2025 12:31
@WanjohiSammy
Copy link
Member

@rpallares We'd appreciate some tests, especially those that cover the issues this change aims to resolve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OData.Client: The HttpMethod must be GET, POST or DELETE. (Parameter 'httpMethod')

2 participants